CHARTS
Bar charts are very helpful for displaying the frequencies of different categories of data. Sometimes, it can be useful to order and rank the bar plots in a way it matches with the story we’re telling. By default, while creating a bar plot with categorical labels, ggplot will order the plot alphabetically. In that case, there are a few ways to rank the the bar plot:
Bar Charts can be ranked whether it is in a horizontal format or a vertical format.